home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap07 / howto03 / delphi10 / tabprops / proptest.exe / 0 / RCDATA / TTABLEPROPERTYFORM / TTABLEPROPERTYFORM.txt
Encoding:
Text File  |  1996-04-14  |  1.2 KB  |  60 lines

  1. object TablePropertyForm: TTablePropertyForm
  2.   Left = 233
  3.   Top = 202
  4.   Width = 492
  5.   Height = 313
  6.   Caption = 'Table Property Browser'
  7.   Font.Color = clWindowText
  8.   Font.Height = -10
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object DatabaseListBox: TListBox
  16.     Left = 26
  17.     Top = 46
  18.     Width = 105
  19.     Height = 215
  20.     ItemHeight = 13
  21.     TabOrder = 0
  22.     OnClick = DatabaseListBoxClick
  23.   end
  24.   object TableListBox: TListBox
  25.     Left = 137
  26.     Top = 46
  27.     Width = 104
  28.     Height = 215
  29.     ItemHeight = 13
  30.     TabOrder = 1
  31.     OnClick = TableListBoxClick
  32.   end
  33.   object PropertyListBox: TListBox
  34.     Left = 247
  35.     Top = 46
  36.     Width = 215
  37.     Height = 215
  38.     ItemHeight = 13
  39.     TabOrder = 2
  40.   end
  41.   object SaveToFileButton: TButton
  42.     Left = 247
  43.     Top = 13
  44.     Width = 215
  45.     Height = 27
  46.     Caption = '&Save To File'
  47.     TabOrder = 3
  48.     OnClick = SaveToFileButtonClick
  49.   end
  50.   object SelectedTable: TTable
  51.     Left = 32
  52.   end
  53.   object SaveToFileDialog: TSaveDialog
  54.     DefaultExt = 'TXT'
  55.     FileEditStyle = fsEdit
  56.     Filter = 'Text Files|*.TXT'
  57.     Left = 128
  58.   end
  59. end
  60.